Display Dynamic Logo
I need to display the logo based on the org id.
I tried the following methods
created a rtf template
inserted a dummy image and in the web tab under alternative text i have used the following code
where cf_org_id is the xml element which stores the value of the orgid from the oracle rdf.
if <?if:CF_ORG_ID=249?>
url:{'/dev/applmgr/appl/xxx/apac/logo/LOGO_249.GIF'}
end if;
i did not get expected result.
Can you pls help me out to solve this issue.
Regards
S.Vairamuthu